home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / mixer.schemas < prev    next >
Encoding:
Text File  |  2009-04-23  |  1.2 KB  |  40 lines

  1. <gconfschemafile>
  2.     <schemalist>
  3.                                                                                 
  4.       <schema>
  5.         <key>/schemas/apps/mixer_applet/prefs/channel</key>
  6.         <owner>mixer-applet</owner>
  7.         <type>int</type>
  8.         <default>0</default>
  9.         <gettext_domain>gnome-applets-2.0</gettext_domain>
  10.         <locale name="C">
  11.           <short>Channel controlled by applet. Only for OSS setups</short>
  12.         </locale>
  13.       </schema>
  14.  
  15.  
  16.       <schema>
  17.         <key>/schemas/apps/mixer_applet/prefs/mute</key>
  18.         <owner>mixer-applet</owner>
  19.         <type>bool</type>
  20.         <default>false</default>
  21.         <gettext_domain>gnome-applets-2.0</gettext_domain>
  22.         <locale name="C">
  23.           <short>Saved mute state</short>
  24.         </locale>
  25.       </schema> 
  26.       
  27.       <schema>
  28.         <key>/schemas/apps/mixer_applet/prefs/vol</key>
  29.         <owner>mixer-applet</owner>
  30.         <type>int</type>
  31.         <default>-1</default>
  32.         <gettext_domain>gnome-applets-2.0</gettext_domain>
  33.         <locale name="C">
  34.           <short>Saved volume to restore on startup</short>
  35.         </locale>
  36.       </schema> 
  37.     </schemalist>
  38.                                                                                 
  39. </gconfschemafile>
  40.